.footer_bj {
  width: 100%;
  background: #24292E;
  position: relative;
  overflow: visible !important;
}
.footer_bj::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #59636D;
  position: absolute;
  bottom: 72px;
  left: 0;
}
.footer_bj .BJ_main {
  padding: 36px 0 24px;
}
.footer_bj .BJ_main .footer_text {
  color: #B7BDC4;
  margin-bottom: 34px;
}
.footer_bj .BJ_main .footer_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 38px;
  position: relative;
}
.footer_bj .BJ_main .footer_box .footer_ul {
  display: flex;
  align-items: center;
}
.footer_bj .BJ_main .footer_box .footer_ul .li {
  margin-right: 28px;
}
.footer_bj .BJ_main .footer_box .footer_ul .li a {
  color: #fff;
}
.footer_bj .BJ_main .footer_box .footer_icon {
  display: flex;
  position: relative;
}
.footer_bj .BJ_main .footer_box .footer_icon img {
  margin-left: 24px;
  width: 32px;
  height: 32px;
}
.footer_bj .BJ_main .footer_box .footer_icon .cbox {
  display: none;
  background: #fff;
  position: absolute;
  left: 63%;
  top: -175px;
  transform: translate(-50%, 0);
  border-radius: 4px;
}
.footer_bj .BJ_main .footer_box .footer_icon .cbox::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  top: 168px;
  left: 53%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer_bj .BJ_main .footer_box .footer_icon .cbox img {
  width: 160px;
  height: 160px;
  max-width: 160px;
  margin: 5px;
}
.footer_bj .BJ_main .footer_box .footer_icon > a {
  position: relative;
}
.footer_bj .BJ_main .footer_box .footer_icon > a:hover .cbox {
  display: block;
}
.footer_bj .BJ_main .footer_detail {
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_bj .BJ_main .footer_detail div,
.footer_bj .BJ_main .footer_detail a {
  color: #B7BDC4;
}
